golang.org/x/net/http2.gzipReader.body (field)
4 uses
golang.org/x/net/http2 (current package)
transport.go#L2133: res.Body = &gzipReader{body: res.Body}
transport.go#L2756: body io.ReadCloser // underlying Response.Body
transport.go#L2797: gz.zr, gz.zerr = gzipPoolGet(gz.body)
transport.go#L2843: return gz.body.Close()
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)